For some architectures (like mips24) this solves some build errors.
Signed-off-by: Alexandru Ardelean <[email protected]>
include ../python3-version.mk
PKG_NAME:=python3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_VERSION:=$(PYTHON3_VERSION).$(PYTHON3_VERSION_MICRO)
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
define Package/libpython3
$(call Package/python3/Default)
TITLE+= core library
- DEPENDS:=+libpthread
+ DEPENDS:=+libpthread +libatomic
ABI_VERSION:=$(PYTHON3_VERSION)
endef